From 921c2a1db40e68b80c48e81965e1502731a64897 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 10 Nov 2015 00:55:29 -0500 Subject: [PATCH] HighContrast: Update flowbox rubberband styling Adapt to the changes in the previous commit. --- gtk/theme/HighContrast/_common.scss | 4 ++++ gtk/theme/HighContrast/gtk.css | 1 + 2 files changed, 5 insertions(+) diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss index 5926be643d..84fd778dd4 100644 --- a/gtk/theme/HighContrast/_common.scss +++ b/gtk/theme/HighContrast/_common.scss @@ -126,6 +126,10 @@ rubberband { background-color: transparentize($selected_bg_color,0.8); } +flowbox { + & rubberband { @extend rubberband; } +} + label { &:selected, &:selected:focus, diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css index 347b925e97..d869a48673 100644 --- a/gtk/theme/HighContrast/gtk.css +++ b/gtk/theme/HighContrast/gtk.css @@ -108,6 +108,7 @@ textview text, .rubberband, rubberband, +flowbox rubberband, treeview.view.rubberband { border: 1px solid #000; background-color: rgba(0, 0, 0, 0.2); } -- 2.30.2